This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Dec 18, 2015, 12:51 PM
1 Posts

Lotus Notes 9 Silent install

  • Category: Install
  • Platform: Windows
  • Release: 9.0.1
  • Role: Administrator
  • Tags: Install,Silent
  • Replies: 1

Hello,

Currently I am creating a script that checks deletes older versions of Lotus Notes and install Lotus Notes 9.0.1 and after that Fix Pack 5.

What I trying to do is to make Lotus Notes install silent, it works when i just use the msi file but then i try to use: 

setup.exe /s /v"/qn" SETMULTIUSER=1 MULTIUSERBASEDIR="c:\users\!USERNAME!\AppData\Roaming" MULTIUSERCOMMONDIR=c:\ProgramData" 

Nothing happens, or the normal setup just starts with the UI...

Anyone that could help me out ?

 

With kind regards,

Dave Ninehuis

 

Jan 17, 2016, 10:37 PM
4 Posts
capital S

Hi.

You mixed the capital /S and the small /v in your command. Also there must be one string after /v "xxxxx xxxxx "

I am using this for a citrix silent install:

Setup.exe /S /v"SETMULTIUSER=1 MULTIUSERBASEDIR=H: MULTIUSERCOMMONDIR=C:\ProgramData CITRIX=1 /qb"

Regards

Daniel


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal